home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(7, 1)
- set the castNum of sprite 7 to 114
- updateStage()
- puppetSprite(7, 0)
- put field "attempts" + 1 into field "attempts"
- if field "names" = "soft" then
- put field "correct" + 1 into field "correct"
- go("thing3")
- puppetSound("right")
- puppetSprite(11, 1)
- set the castNum of sprite 11 to 116
- updateStage()
- puppetSprite(11, 0)
- delay(2 * 60)
- go("filt4")
- else
- go("thing3")
- puppetSound("wrong")
- puppetSprite(11, 1)
- set the castNum of sprite 11 to 117
- updateStage()
- puppetSprite(11, 0)
- delay(2 * 60)
- end if
- end
-